From d0e4e96dc17a6c1c6de3340842c80f0e187ba349 Mon Sep 17 00:00:00 2001
From: Dimitry Andric
Date: Sat, 26 Feb 2011 22:03:50 +0000
Subject: Vendor import of llvm trunk r126547:
http://llvm.org/svn/llvm-project/llvm/trunk@126547
---
CMakeLists.txt | 3 +-
Makefile.rules | 2 +
cmake/modules/AddLLVM.cmake | 13 +-
cmake/modules/CMakeLists.txt | 1 -
cmake/modules/HandleLLVMOptions.cmake | 1 +
cmake/modules/LLVM.cmake | 6 +-
docs/GettingStartedVS.html | 4 +-
docs/LangRef.html | 41 +-
include/llvm/ADT/APInt.h | 6 +
include/llvm/ADT/ArrayRef.h | 5 +-
include/llvm/ADT/ImmutableIntervalMap.h | 2 +-
include/llvm/ADT/ImmutableMap.h | 2 +-
include/llvm/Analysis/DIBuilder.h | 154 +--
include/llvm/CMakeLists.txt | 2 +
include/llvm/CodeGen/AsmPrinter.h | 3 +-
include/llvm/CodeGen/FunctionLoweringInfo.h | 63 +-
include/llvm/CodeGen/MachineConstantPool.h | 3 +
include/llvm/CodeGen/MachineFunction.h | 2 +-
include/llvm/CodeGen/MachineRegisterInfo.h | 14 +-
include/llvm/IntrinsicsXCore.td | 19 +
include/llvm/MC/MCAsmInfo.h | 8 +
include/llvm/MC/MCParser/MCAsmParserExtension.h | 4 +
include/llvm/MC/MCStreamer.h | 37 +-
include/llvm/Support/NoFolder.h | 72 +-
include/llvm/Support/PathV1.h | 6 +-
include/llvm/Target/TargetLowering.h | 96 +-
include/llvm/Transforms/Utils/Local.h | 2 +-
lib/Analysis/DIBuilder.cpp | 154 +--
lib/Analysis/InstructionSimplify.cpp | 10 +
lib/CodeGen/AllocationOrder.h | 2 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 9 +-
lib/CodeGen/BranchFolding.cpp | 6 +-
lib/CodeGen/InlineSpiller.cpp | 20 +-
lib/CodeGen/LowerSubregs.cpp | 10 +-
lib/CodeGen/MachineFunction.cpp | 12 +-
lib/CodeGen/MachineRegisterInfo.cpp | 9 +-
lib/CodeGen/RegAllocBase.h | 15 +-
lib/CodeGen/RegAllocBasic.cpp | 60 +-
lib/CodeGen/RegAllocGreedy.cpp | 197 ++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 133 +-
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 118 ++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 49 +-
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 19 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 31 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 55 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 26 +-
lib/CodeGen/SplitKit.cpp | 18 +-
lib/CodeGen/SplitKit.h | 7 +
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 30 +-
lib/CodeGen/VirtRegRewriter.cpp | 6 +-
lib/MC/ELFObjectWriter.cpp | 10 +-
lib/MC/MCAsmInfo.cpp | 1 +
lib/MC/MCAsmInfoDarwin.cpp | 1 +
lib/MC/MCDisassembler/EDOperand.cpp | 20 +-
lib/MC/MCDisassembler/EDToken.cpp | 4 +
lib/MC/MCObjectStreamer.cpp | 18 +-
lib/MC/MCParser/AsmParser.cpp | 2 +
lib/MC/MCParser/ELFAsmParser.cpp | 12 +-
lib/MC/MCParser/MCAsmParserExtension.cpp | 3 +-
lib/MC/MCSectionMachO.cpp | 17 +-
lib/MC/MCStreamer.cpp | 4 +-
lib/Support/APInt.cpp | 2 +-
lib/Target/ARM/ARMBaseInstrInfo.h | 3 +-
lib/Target/ARM/ARMFastISel.cpp | 38 +-
lib/Target/ARM/ARMFrameLowering.cpp | 16 +-
lib/Target/ARM/ARMHazardRecognizer.cpp | 17 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 15 +
lib/Target/ARM/ARMISelLowering.cpp | 102 +-
lib/Target/ARM/ARMInstrFormats.td | 7 +-
lib/Target/ARM/ARMInstrInfo.td | 4 +-
lib/Target/ARM/ARMInstrNEON.td | 31 +-
lib/Target/ARM/ARMInstrVFP.td | 162 +--
lib/Target/ARM/ARMSubtarget.cpp | 4 +-
lib/Target/ARM/MLxExpansionPass.cpp | 20 +-
lib/Target/ARM/NEONMoveFix.cpp | 9 +-
lib/Target/ARM/Thumb2InstrInfo.cpp | 6 +
lib/Target/Alpha/AlphaISelLowering.cpp | 1 -
lib/Target/Alpha/AlphaISelLowering.h | 14 +-
lib/Target/Blackfin/BlackfinISelLowering.cpp | 1 -
lib/Target/Blackfin/BlackfinISelLowering.h | 1 +
lib/Target/CellSPU/SPUISelLowering.cpp | 7 +-
lib/Target/CellSPU/SPUISelLowering.h | 6 +-
lib/Target/MBlaze/MBlazeISelLowering.cpp | 4 +-
lib/Target/MSP430/MSP430ISelLowering.cpp | 6 +-
lib/Target/MSP430/MSP430ISelLowering.h | 2 +
lib/Target/PowerPC/PPCISelLowering.cpp | 25 +-
lib/Target/PowerPC/PPCISelLowering.h | 94 +-
lib/Target/README.txt | 24 +
lib/Target/Sparc/DelaySlotFiller.cpp | 31 +
lib/Target/Sparc/SparcISelLowering.cpp | 43 +-
lib/Target/Sparc/SparcISelLowering.h | 2 +
lib/Target/Sparc/SparcInstrInfo.td | 18 +-
lib/Target/SystemZ/SystemZISelLowering.cpp | 3 -
lib/Target/SystemZ/SystemZISelLowering.h | 2 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 13 +
lib/Target/X86/Disassembler/X86Disassembler.cpp | 8 +-
.../X86/Disassembler/X86DisassemblerDecoder.h | 2 +-
lib/Target/X86/README.txt | 82 +-
lib/Target/X86/X86FastISel.cpp | 8 +-
lib/Target/X86/X86ISelLowering.cpp | 50 +-
lib/Target/X86/X86ISelLowering.h | 18 +-
lib/Target/X86/X86InstrFormats.td | 2 +
lib/Target/X86/X86InstrInfo.cpp | 4 +-
lib/Target/X86/X86InstrInfo.h | 4 +
lib/Target/X86/X86InstrInfo.td | 3 +
lib/Target/X86/X86InstrSystem.td | 5 +
lib/Target/X86/X86MCCodeEmitter.cpp | 8 +
lib/Target/X86/X86Subtarget.cpp | 7 +-
lib/Target/X86/X86Subtarget.h | 2 +
lib/Target/XCore/XCoreISelLowering.cpp | 125 +-
lib/Target/XCore/XCoreISelLowering.h | 23 +-
lib/Target/XCore/XCoreInstrInfo.td | 55 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 33 +
lib/Transforms/InstCombine/InstCombineCalls.cpp | 20 +-
lib/Transforms/Scalar/LoopDeletion.cpp | 23 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 18 +-
lib/Transforms/Scalar/SimplifyLibCalls.cpp | 1343 ++++++++++----------
lib/Transforms/Utils/Local.cpp | 42 +-
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 13 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 5 +
test/CMakeLists.txt | 2 +
test/CodeGen/ARM/2009-10-16-Scope.ll | 32 +
test/CodeGen/ARM/2010-08-04-StackVariable.ll | 124 ++
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll | 11 +-
test/CodeGen/ARM/available_externally.ll | 16 +
test/CodeGen/ARM/fcopysign.ll | 17 +-
test/CodeGen/ARM/vstlane.ll | 26 +
test/CodeGen/SPARC/2011-01-19-DelaySlot.ll | 6 +-
test/CodeGen/SPARC/2011-01-22-SRet.ll | 3 +-
test/CodeGen/X86/2009-10-16-Scope.ll | 32 +
test/CodeGen/X86/2010-06-28-DbgEntryPC.ll | 2 +-
test/CodeGen/X86/2010-08-04-StackVariable.ll | 124 ++
.../X86/2011-02-21-VirtRegRewriter-KillSubReg.ll | 50 +
test/CodeGen/X86/2011-02-23-UnfoldBug.ll | 42 +
test/CodeGen/X86/add.ll | 13 +-
test/CodeGen/X86/break-sse-dep.ll | 15 +-
test/CodeGen/X86/codegen-dce.ll | 43 -
test/CodeGen/X86/codegen-prepare-extload.ll | 5 +-
test/CodeGen/X86/constant-pool-sharing.ll | 7 +-
test/CodeGen/X86/ctpop-combine.ll | 4 +-
test/CodeGen/X86/dbg-live-in-location.ll | 84 --
test/CodeGen/X86/dbg-value-location.ll | 8 +-
test/CodeGen/X86/divide-by-constant.ll | 2 +-
test/CodeGen/X86/dll-linkage.ll | 5 +
test/CodeGen/X86/fast-isel-cmp-branch.ll | 7 +-
test/CodeGen/X86/fast-isel-gep.ll | 17 +-
test/CodeGen/X86/gather-addresses.ll | 23 +-
test/CodeGen/X86/i128-ret.ll | 6 +-
test/CodeGen/X86/lea.ll | 9 +-
test/CodeGen/X86/lsr-overflow.ll | 5 +-
test/CodeGen/X86/lsr-reuse-trunc.ll | 9 +-
test/CodeGen/X86/memcmp.ll | 21 +-
test/CodeGen/X86/movgs.ll | 7 +-
test/CodeGen/X86/non-globl-eh-frame.ll | 24 -
test/CodeGen/X86/optimize-max-3.ll | 11 +-
test/CodeGen/X86/phi-constants.ll | 35 +
test/CodeGen/X86/pr9127.ll | 5 +-
test/CodeGen/X86/red-zone.ll | 2 +-
test/CodeGen/X86/remat-mov-0.ll | 15 +-
test/CodeGen/X86/test-shrink.ll | 21 +-
test/CodeGen/X86/use-add-flags.ll | 13 +-
test/CodeGen/X86/vec_anyext.ll | 77 ++
test/CodeGen/X86/vec_sext.ll | 69 +
test/CodeGen/X86/vec_shuffle-37.ll | 5 +-
test/CodeGen/X86/vec_zext.ll | 69 +
test/CodeGen/X86/xor.ll | 9 +-
test/CodeGen/XCore/events.ll | 24 +
test/CodeGen/XCore/resources.ll | 65 +
test/DebugInfo/2009-03-03-deadstore.ll | 108 --
test/DebugInfo/2009-03-03-store-to-load-forward.ll | 260 ----
test/DebugInfo/2009-10-16-Scope.ll | 33 -
test/DebugInfo/2010-08-04-StackVariable.ll | 125 --
test/FrontendC/2011-02-21-DATA-common.c | 5 +
test/MC/ARM/bracket-darwin.s | 5 +
test/MC/ARM/bracket-exprs.s | 15 +
test/MC/ARM/darwin-ARM-reloc.s | 171 +++
test/MC/ARM/darwin-Thumb-reloc.s | 139 ++
test/MC/ARM/full_line_comment.s | 8 +
test/MC/AsmParser/exprs.s | 2 -
test/MC/AsmParser/full_line_comment.s | 8 -
test/MC/AsmParser/paren.s | 8 -
test/MC/Disassembler/X86/enhanced.txt | 6 +
test/MC/ELF/bracket-exprs.s | 15 +
test/MC/ELF/bracket.s | 8 +
test/MC/ELF/org.s | 13 +
test/MC/ELF/pr9292.s | 26 +
test/MC/ELF/relocation-pc.s | 33 +
test/MC/MachO/darwin-ARM-reloc.s | 171 ---
test/MC/MachO/darwin-Thumb-reloc.s | 139 --
test/MC/X86/x86-32.s | 8 +
test/MC/X86/x86-64.s | 37 +-
.../InstCombine/2003-11-13-ConstExprCastCall.ll | 12 -
test/Transforms/InstCombine/call.ll | 16 +-
test/Transforms/InstCombine/or-xor.ll | 94 ++
test/Transforms/LoopDeletion/multiple-exits.ll | 26 +
test/Transforms/SimplifyCFG/select-gep.ll | 40 +
test/lit.cfg | 11 +-
tools/bugpoint/OptimizerDriver.cpp | 3 +-
tools/gold/gold-plugin.cpp | 48 +-
tools/llvm-config/CMakeLists.txt | 3 +-
tools/llvm-mc/Disassembler.cpp | 169 +--
tools/lto/LTOCodeGenerator.cpp | 157 +--
tools/lto/LTOCodeGenerator.h | 10 +-
tools/lto/LTOModule.cpp | 81 +-
tools/lto/lto.cpp | 4 +-
unittests/ADT/APIntTest.cpp | 18 +
unittests/CMakeLists.txt | 2 +
unittests/Transforms/Utils/Local.cpp | 11 +
utils/FileCheck/CMakeLists.txt | 2 +-
utils/FileUpdate/CMakeLists.txt | 2 +-
utils/KillTheDoctor/CMakeLists.txt | 2 +-
utils/TableGen/AsmWriterEmitter.cpp | 249 ++++
utils/TableGen/AsmWriterEmitter.h | 1 +
utils/TableGen/CMakeLists.txt | 2 +-
utils/TableGen/ClangSACheckersEmitter.cpp | 1 +
utils/TableGen/X86RecognizableInstr.cpp | 4 +-
utils/buildit/GNUmakefile | 6 +-
utils/buildit/build_llvm | 8 +-
utils/count/CMakeLists.txt | 2 +-
utils/llvmbuild | 740 +++++++++++
utils/not/CMakeLists.txt | 2 +-
utils/valgrind/i386-pc-linux-gnu.supp | 8 +-
225 files changed, 5461 insertions(+), 3154 deletions(-)
create mode 100644 test/CodeGen/ARM/2009-10-16-Scope.ll
create mode 100644 test/CodeGen/ARM/2010-08-04-StackVariable.ll
create mode 100644 test/CodeGen/ARM/available_externally.ll
create mode 100644 test/CodeGen/X86/2009-10-16-Scope.ll
create mode 100644 test/CodeGen/X86/2010-08-04-StackVariable.ll
create mode 100644 test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
create mode 100644 test/CodeGen/X86/2011-02-23-UnfoldBug.ll
delete mode 100644 test/CodeGen/X86/codegen-dce.ll
delete mode 100644 test/CodeGen/X86/dbg-live-in-location.ll
delete mode 100644 test/CodeGen/X86/non-globl-eh-frame.ll
create mode 100644 test/CodeGen/X86/phi-constants.ll
create mode 100644 test/CodeGen/X86/vec_anyext.ll
create mode 100644 test/CodeGen/X86/vec_sext.ll
create mode 100644 test/CodeGen/X86/vec_zext.ll
create mode 100644 test/CodeGen/XCore/events.ll
delete mode 100644 test/DebugInfo/2009-03-03-deadstore.ll
delete mode 100644 test/DebugInfo/2009-03-03-store-to-load-forward.ll
delete mode 100644 test/DebugInfo/2009-10-16-Scope.ll
delete mode 100644 test/DebugInfo/2010-08-04-StackVariable.ll
create mode 100644 test/FrontendC/2011-02-21-DATA-common.c
create mode 100644 test/MC/ARM/bracket-darwin.s
create mode 100644 test/MC/ARM/bracket-exprs.s
create mode 100644 test/MC/ARM/darwin-ARM-reloc.s
create mode 100644 test/MC/ARM/darwin-Thumb-reloc.s
create mode 100644 test/MC/ARM/full_line_comment.s
delete mode 100644 test/MC/AsmParser/full_line_comment.s
delete mode 100644 test/MC/AsmParser/paren.s
create mode 100644 test/MC/Disassembler/X86/enhanced.txt
create mode 100644 test/MC/ELF/bracket-exprs.s
create mode 100644 test/MC/ELF/bracket.s
create mode 100644 test/MC/ELF/org.s
create mode 100644 test/MC/ELF/pr9292.s
create mode 100644 test/MC/ELF/relocation-pc.s
delete mode 100644 test/MC/MachO/darwin-ARM-reloc.s
delete mode 100644 test/MC/MachO/darwin-Thumb-reloc.s
delete mode 100644 test/Transforms/InstCombine/2003-11-13-ConstExprCastCall.ll
create mode 100644 test/Transforms/InstCombine/or-xor.ll
create mode 100644 test/Transforms/LoopDeletion/multiple-exits.ll
create mode 100644 test/Transforms/SimplifyCFG/select-gep.ll
create mode 100755 utils/llvmbuild
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a5d5f39d85a0..b357478bbc3a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,8 @@ set(CMAKE_MODULE_PATH
set(PACKAGE_VERSION "2.9")
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+
include(VersionFromVCS)
option(LLVM_APPEND_VC_REV
@@ -238,7 +240,6 @@ endif()
option(LLVM_BUILD_TESTS
"Build LLVM unit tests. If OFF, just generate build targes." OFF)
-option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
if( LLVM_INCLUDE_TESTS )
add_subdirectory(test)
add_subdirectory(utils/unittest)
diff --git a/Makefile.rules b/Makefile.rules
index 363fa9605b5a8..c0a9112c31bee 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -973,7 +973,9 @@ $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
$(Verb) echo "{" > $@
$(Verb) grep -q "\<" $< && echo " global:" >> $@ || :
$(Verb) sed -e 's/$$/;/' -e 's/^/ /' < $< >> $@
+ifneq ($(HOST_OS),OpenBSD)
$(Verb) echo " local: *;" >> $@
+endif
$(Verb) echo "};" >> $@
clean-local::
-$(Verb) $(RM) -f $(NativeExportsFile)
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index dfe67cded331a..764c6591c457e 100755
--- a/cmake/modules/AddLLVM.cmake
+++ b/cmake/modules/AddLLVM.cmake
@@ -5,7 +5,6 @@ macro(add_llvm_library name)
llvm_process_sources( ALL_FILES ${ARGN} )
add_library( ${name} ${ALL_FILES} )
set_property( GLOBAL APPEND PROPERTY LLVM_LIBS ${name} )
- set_property( GLOBAL APPEND PROPERTY LLVM_LIB_TARGETS ${name} )
if( LLVM_COMMON_DEPENDS )
add_dependencies( ${name} ${LLVM_COMMON_DEPENDS} )
endif( LLVM_COMMON_DEPENDS )
@@ -25,6 +24,7 @@ macro(add_llvm_library name)
if( CURRENT_LLVM_TARGET )
add_dependencies(${name} ${CURRENT_LLVM_TARGET})
endif()
+ set_target_properties(${name} PROPERTIES FOLDER "Libraries")
endmacro(add_llvm_library name)
@@ -55,6 +55,8 @@ ${name} ignored.")
LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX}
ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX})
endif()
+
+ set_target_properties(${name} PROPERTIES FOLDER "Loadable modules")
endmacro(add_llvm_loadable_module name)
@@ -95,6 +97,7 @@ macro(add_llvm_tool name)
if( LLVM_BUILD_TOOLS )
install(TARGETS ${name} RUNTIME DESTINATION bin)
endif()
+ set_target_properties(${name} PROPERTIES FOLDER "Tools")
endmacro(add_llvm_tool name)
@@ -107,9 +110,16 @@ macro(add_llvm_example name)
if( LLVM_BUILD_EXAMPLES )
install(TARGETS ${name} RUNTIME DESTINATION examples)
endif()
+ set_target_properties(${name} PROPERTIES FOLDER "Examples")
endmacro(add_llvm_example name)
+macro(add_llvm_utility name)
+ add_llvm_executable(${name} ${ARGN})
+ set_target_properties(${name} PROPERTIES FOLDER "Utils")
+endmacro(add_llvm_utility name)
+
+
macro(add_llvm_target target_name)
if( TABLEGEN_OUTPUT )
add_custom_target(${target_name}Table_gen
@@ -120,6 +130,7 @@ macro(add_llvm_target target_name)
add_llvm_library(LLVM${target_name} ${ARGN} ${TABLEGEN_OUTPUT})
if ( TABLEGEN_OUTPUT )
add_dependencies(LLVM${target_name} ${target_name}Table_gen)
+ set_target_properties(${target_name}Table_gen PROPERTIES FOLDER "Tablegenning")
endif (TABLEGEN_OUTPUT)
set( CURRENT_LLVM_TARGET LLVM${target_name} )
endmacro(add_llvm_target)
diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt
index 9a5566effb085..1ab94749f1569 100644
--- a/cmake/modules/CMakeLists.txt
+++ b/cmake/modules/CMakeLists.txt
@@ -1,7 +1,6 @@
set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/share/llvm/cmake")
get_property(llvm_libs GLOBAL PROPERTY LLVM_LIBS)
-get_property(llvm_lib_targets GLOBAL PROPERTY LLVM_LIB_TARGETS)
configure_file(
LLVM.cmake
diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake
index 7ca2bd07fd539..f62e86ae494bd 100644
--- a/cmake/modules/HandleLLVMOptions.cmake
+++ b/cmake/modules/HandleLLVMOptions.cmake
@@ -159,3 +159,4 @@ endif( MSVC )
add_llvm_definitions( -D__STDC_LIMIT_MACROS )
add_llvm_definitions( -D__STDC_CONSTANT_MACROS )
+option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
diff --git a/cmake/modules/LLVM.cmake b/cmake/modules/LLVM.cmake
index d610f3e76516d..9182afdf2758c 100644
--- a/cmake/modules/LLVM.cmake
+++ b/cmake/modules/LLVM.cmake
@@ -4,14 +4,14 @@ set(LLVM_PACKAGE_VERSION @PACKAGE_VERSION@)
set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@)
-set(llvm_libs @llvm_libs@)
-
-set(llvm_lib_targets @llvm_lib_targets@)
+set_property( GLOBAL PROPERTY LLVM_LIBS "@llvm_libs@")
set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)
+set(TARGET_TRIPLE "@TARGET_TRIPLE@")
+
set(LLVM_TOOLS_BINARY_DIR @LLVM_TOOLS_BINARY_DIR@)
set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS@)
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index b6aa4c692d434..7c0bf007ec3a2 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -348,8 +348,6 @@ out:
@@ -365,7 +363,7 @@ out:
Jeff Cohen
The LLVM Compiler Infrastructure
- Last modified: $Date: 2011-02-09 05:19:28 +0100 (Wed, 09 Feb 2011) $
+ Last modified: $Date: 2011-02-20 16:34:12 +0100 (Sun, 20 Feb 2011) $