We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31da2c5 commit eeaf686Copy full SHA for eeaf686
llvm/cmake/modules/TableGen.cmake
@@ -93,6 +93,7 @@ function(tablegen project ofn)
93
list(APPEND LLVM_TABLEGEN_FLAGS "-no-warn-on-unused-template-args")
94
endif()
95
96
+ # Build the absolute path for the current input file.
97
if (IS_ABSOLUTE ${LLVM_TARGET_DEFINITIONS})
98
set(LLVM_TARGET_DEFINITIONS_ABSOLUTE ${LLVM_TARGET_DEFINITIONS})
99
else()
@@ -108,7 +109,7 @@ function(tablegen project ofn)
108
109
" includes: \"${tblgen_includes}\"\n"
110
)
111
- # Filter out empty items before prepending each entry with -I
112
+ # Prepend each include entry with -I for arguments.
113
list(TRANSFORM tblgen_includes PREPEND -I)
114
115
# We need both _TABLEGEN_TARGET and _TABLEGEN_EXE in the DEPENDS list
0 commit comments