summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-20 10:18:43 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-20 10:18:43 +0000
commitbf22bd21e9564fe2dcc0458e2fc1d5a9afb1e922 (patch)
tree93ff4fd1cccf304762b53bbe2bfd74ef56babdc4 /llvm/docs/CommandGuide
parent8a6215c3b68db0c4a188420bfcc1f90b7cf2c6ad (diff)
downloadbcm5719-llvm-bf22bd21e9564fe2dcc0458e2fc1d5a9afb1e922.tar.gz
bcm5719-llvm-bf22bd21e9564fe2dcc0458e2fc1d5a9afb1e922.zip
Resuming work on the compiler-rt CMake build at long long last. In order
to get it working again, two changes were needed: - I had to give up on glob-based file expansion. This just isn't well supported by CMake, and until we convince upstream there of its value, it's not worth dealing with the pain. - Add the common library as otherwise even ASan won't build. This now builds again, although the "correctness" of it is a touch debatable. ;] Specifically, there is no merging of the common runtime library with the asan runtime library into a single archive file. I'm not really sure what the best technique is for that, and it may be influenced by the ongoing discussion about how best to link runtime libraries. Note of course that this is still very much WIP. It doesn't entirely work yet, and remains disabled by the LLVM projects/CMakeLists.txt until it is in a working state. llvm-svn: 158811
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud