mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
CMake: Fix some unwanted commentary line wraps on the last change.
llvm-svn: 58485
This commit is contained in:
parent
f4d7a3885b
commit
6c18710cd5
@ -106,31 +106,26 @@ endmacro(nix_llvm_config executable link_components)
|
|||||||
# dependencies. Comes from the llvm-config script, which is built and
|
# dependencies. Comes from the llvm-config script, which is built and
|
||||||
# installed on the bin directory for MinGW or Linux. At the end of the
|
# installed on the bin directory for MinGW or Linux. At the end of the
|
||||||
# script, you'll see lines like this:
|
# script, you'll see lines like this:
|
||||||
#
|
|
||||||
# LLVMARMAsmPrinter.o: LLVMARMCodeGen.o libLLVMAsmPrinter.a
|
# LLVMARMAsmPrinter.o: LLVMARMCodeGen.o libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMTarget.a
|
||||||
# libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMTarget.a
|
|
||||||
#
|
|
||||||
# This is translated to:
|
# This is translated to:
|
||||||
#
|
|
||||||
# set(MSVC_LIB_DEPS_LLVMARMAsmPrinter LLVMARMCodeGen LLVMAsmPrinter
|
# set(MSVC_LIB_DEPS_LLVMARMAsmPrinter LLVMARMCodeGen LLVMAsmPrinter LLVMCodeGen LLVMCore LLVMSupport LLVMTarget)
|
||||||
# LLVMCodeGen LLVMCore LLVMSupport LLVMTarget)
|
|
||||||
#
|
|
||||||
# It is necessary to remove the `lib' prefix, the `.a' and `.o'
|
# It is necessary to remove the `lib' prefix, the `.a' and `.o'
|
||||||
# suffixes. Watch out for this line:
|
# suffixes. Watch out for this line:
|
||||||
#
|
|
||||||
# LLVMExecutionEngine.o LLVMJIT.o: libLLVMCodeGen.a libLLVMCore.a
|
# LLVMExecutionEngine.o LLVMJIT.o: libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMSystem.a libLLVMTarget.a
|
||||||
# libLLVMSupport.a libLLVMSystem.a libLLVMTarget.a
|
|
||||||
#
|
|
||||||
# See how there are two elements before the colon. This must be
|
# See how there are two elements before the colon. This must be
|
||||||
# translated as if it were:
|
# translated as if it were:
|
||||||
#
|
|
||||||
# LLVMExecutionEngine.o: libLLVMCodeGen.a libLLVMCore.a
|
# LLVMExecutionEngine.o: libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMSystem.a libLLVMTarget.a
|
||||||
# libLLVMSupport.a libLLVMSystem.a libLLVMTarget.a LLVMJIT.o:
|
# LLVMJIT.o: libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMSystem.a libLLVMTarget.a
|
||||||
# libLLVMCodeGen.a libLLVMCore.a libLLVMSupport.a libLLVMSystem.a
|
|
||||||
# libLLVMTarget.a
|
|
||||||
#
|
|
||||||
# TODO: do this transformations on cmake.
|
# TODO: do this transformations on cmake.
|
||||||
#
|
|
||||||
# It is very important that the LLVM built for extracting this data
|
# It is very important that the LLVM built for extracting this data
|
||||||
# must contain all targets, not just X86.
|
# must contain all targets, not just X86.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user