diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-02 07:49:53 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-02 07:49:53 +0000 |
commit | b79934657c4d522193c04775447a1b72a63e9c00 (patch) | |
tree | 7ea2e7985916ab2db4eebd7521daf99c066723ae /llvm/unittests/CMakeLists.txt | |
parent | eeb9d9fef6df03f4f1bd9db87a4cbdb2784efbf2 (diff) | |
download | bcm5719-llvm-b79934657c4d522193c04775447a1b72a63e9c00.tar.gz bcm5719-llvm-b79934657c4d522193c04775447a1b72a63e9c00.zip |
Materialize functions whose basic blocks are used by global variables. Fixes
PR11677.
llvm-svn: 147425
Diffstat (limited to 'llvm/unittests/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/CMakeLists.txt b/llvm/unittests/CMakeLists.txt index 2eff1642c41..3cd7f2f051d 100644 --- a/llvm/unittests/CMakeLists.txt +++ b/llvm/unittests/CMakeLists.txt @@ -112,6 +112,7 @@ set(VMCoreSources VMCore/PassManagerTest.cpp VMCore/ValueMapTest.cpp VMCore/VerifierTest.cpp + VMCore/pr11677.cpp ) # MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug. |