diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2017-01-25 02:55:24 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2017-01-25 02:55:24 +0000 |
| commit | eb185e1f644105aadcc3fc1701dc2bbeafb05eae (patch) | |
| tree | cdbebb92ceca93e062f509b5676a2cdc992e02b0 /llvm/lib/CodeGen | |
| parent | ce40fa13ceb88dce5834e18da332981bc0fd5327 (diff) | |
| download | bcm5719-llvm-eb185e1f644105aadcc3fc1701dc2bbeafb05eae.tar.gz bcm5719-llvm-eb185e1f644105aadcc3fc1701dc2bbeafb05eae.zip | |
Try to prevent build breakage by touching a CMakeLists.txt.
Looks like our cmake goop for handling .inc->td dependencies doesn't
track the .td files.
This manifests as cmake complaining about missing files since r293009.
Force a rerun to avoid that.
llvm-svn: 293012
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt index 76ab5d36047..03a8c4f5f90 100644 --- a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt +++ b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt @@ -22,7 +22,6 @@ else() set(LLVM_OPTIONAL_SOURCES LLVMGlobalISel ${GLOBAL_ISEL_FILES}) endif() - # In LLVMBuild.txt files, it is not possible to mark a dependency to a # library as optional. So instead, generate an empty library if we did # not ask for it. |

