Skip to content

Commit 7fb7c4f

Browse files
committed
[master-next] Take 3 on adjusting to LLVM r335407 splitting Intrinsics.inc
There were only 2 places to update and I got them both wrong... We need the IntrinsicImpl.inc file in both places. I've actually tested it this time.
1 parent 72392fa commit 7fb7c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ inline bool isBuiltinTypeOverloaded(Type T, OverloadedBuiltinKind OK) {
12511251
static const char *const IntrinsicNameTable[] = {
12521252
"not_intrinsic",
12531253
#define GET_INTRINSIC_NAME_TABLE
1254-
#include "llvm/IR/IntrinsicEnums.inc"
1254+
#include "llvm/IR/IntrinsicImpl.inc"
12551255
#undef GET_INTRINSIC_NAME_TABLE
12561256
};
12571257

0 commit comments

Comments
 (0)