[PATCH] D32209: SPEC: Fix typo in CMakeLists.txt

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 18:41:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300645: SPEC: Fix typo in CMakeLists (authored by thegameg).

Changed prior to commit:
  https://reviews.llvm.org/D32209?vs=95670&id=95673#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32209

Files:
  test-suite/trunk/External/SPEC/CINT2006/429.mcf/CMakeLists.txt
  test-suite/trunk/External/SPEC/CINT2006/445.gobmk/CMakeLists.txt


Index: test-suite/trunk/External/SPEC/CINT2006/429.mcf/CMakeLists.txt
===================================================================
--- test-suite/trunk/External/SPEC/CINT2006/429.mcf/CMakeLists.txt
+++ test-suite/trunk/External/SPEC/CINT2006/429.mcf/CMakeLists.txt
@@ -1,4 +1,4 @@
-list(APPEND CPPFLAS -DWANT_STDC_PROTO)
+list(APPEND CPPFLAGS -DWANT_STDC_PROTO)
 
 macro(test_input run_type)
   llvm_test_run(RUN_TYPE ${run_type}
Index: test-suite/trunk/External/SPEC/CINT2006/445.gobmk/CMakeLists.txt
===================================================================
--- test-suite/trunk/External/SPEC/CINT2006/445.gobmk/CMakeLists.txt
+++ test-suite/trunk/External/SPEC/CINT2006/445.gobmk/CMakeLists.txt
@@ -1,4 +1,4 @@
-list(APPEND CPPFLAS -DWANT_STDC_PROTO)
+list(APPEND CPPFLAGS -DWANT_STDC_PROTO)
 list(APPEND LDFLAGS -lm)
 
 set(Source "")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32209.95673.patch
Type: text/x-patch
Size: 856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/ebf5ca4e/attachment.bin>


More information about the llvm-commits mailing list