[PATCH] D133613: [clang][cmake] Remove extra brace

Mohammed Keyvanzadeh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 17:31:53 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG467bb47c8418: [clang][cmake] Remove extra brace (authored by VoltrexMaster).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133613/new/

https://reviews.llvm.org/D133613

Files:
  clang/cmake/modules/AddClang.cmake


Index: clang/cmake/modules/AddClang.cmake
===================================================================
--- clang/cmake/modules/AddClang.cmake
+++ clang/cmake/modules/AddClang.cmake
@@ -70,7 +70,7 @@
         ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.td
       )
       source_group("TableGen descriptions" FILES ${tds})
-      set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON)
+      set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
 
       if(headers OR tds)
         set(srcs ${headers} ${tds})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133613.459236.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220910/2e47c78c/attachment.bin>


More information about the cfe-commits mailing list