diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-12 22:00:57 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-12 22:00:57 +0000 |
commit | ec49f9820c10ad889a2e880625abd4b56483d777 (patch) | |
tree | 8c92addf7f544828e23318f753553399884f9355 /llvm/lib/CMakeLists.txt | |
parent | d9be72ec4419f61cfc1d5d642c666120ee031493 (diff) | |
download | bcm5719-llvm-ec49f9820c10ad889a2e880625abd4b56483d777.tar.gz bcm5719-llvm-ec49f9820c10ad889a2e880625abd4b56483d777.zip |
Back out Profile library and dependent commits
Chandler voiced some concern with checking this in without some
discussion first. Reverting for now.
This reverts r203703, r203704, r203708, and 203709.
llvm-svn: 203723
Diffstat (limited to 'llvm/lib/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt index a4496f9e58b..9367f553134 100644 --- a/llvm/lib/CMakeLists.txt +++ b/llvm/lib/CMakeLists.txt @@ -16,4 +16,3 @@ add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) add_subdirectory(LineEditor) -add_subdirectory(Profile) |