[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:33:20 PDT 2017


thegameg created this revision.
Herald added a subscriber: mgorny.

CPPFLAS -> CPPFLAGS.


https://reviews.llvm.org/D32209

Files:
  External/SPEC/CINT2006/429.mcf/CMakeLists.txt
  External/SPEC/CINT2006/445.gobmk/CMakeLists.txt


Index: External/SPEC/CINT2006/445.gobmk/CMakeLists.txt
===================================================================
--- External/SPEC/CINT2006/445.gobmk/CMakeLists.txt
+++ 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 "")
Index: External/SPEC/CINT2006/429.mcf/CMakeLists.txt
===================================================================
--- External/SPEC/CINT2006/429.mcf/CMakeLists.txt
+++ 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}


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


More information about the llvm-commits mailing list