summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-05-05 19:28:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-05-05 19:28:01 +0000
commit2eec13680e594986f7b6ddec450d39b7fe984544 (patch)
tree0678cd744606e7cfb9b5a1e64f4e6f516fc1eca0 /llvm/lib
parent01f954213ea150791481bdfd4450fa7521e9ced7 (diff)
downloadbcm5719-llvm-2eec13680e594986f7b6ddec450d39b7fe984544.tar.gz
bcm5719-llvm-2eec13680e594986f7b6ddec450d39b7fe984544.zip
Touch Hexagon/CMakeLists.txt to regenerate build files, since r268641 complains of missing HexagonAlias.td on ninja.
FIXME: TableGen.cmake globs *.td(s) with wildcards for deps. It is not good. llvm-svn: 268666
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/CMakeLists.txt b/llvm/lib/Target/Hexagon/CMakeLists.txt
index fca9c1024a1..0e32f25f52b 100644
--- a/llvm/lib/Target/Hexagon/CMakeLists.txt
+++ b/llvm/lib/Target/Hexagon/CMakeLists.txt
@@ -57,7 +57,7 @@ add_llvm_target(HexagonCodeGen
RDFDeadCode.cpp
RDFGraph.cpp
RDFLiveness.cpp
-)
+ )
add_subdirectory(AsmParser)
add_subdirectory(TargetInfo)
OpenPOWER on IntegriCloud