Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@3287ae8f6520
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[3287ae8f6520](llvm/llvm-project@3287ae8f6520)

PiperOrigin-RevId: 586379104
Change-Id: Id69e27932def712bbb0f4a58112dfeb5b4f76275
  • Loading branch information
gribozavr authored and copybara-github committed Nov 29, 2023
1 parent 5ed720e commit 4d34bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandboxed_api/tools/generator2/code_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def testExternC(self):
if x.kind != cindex.CursorKind.MACRO_DEFINITION
]
self.assertListEqual(cursor_kinds, [
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.UNEXPOSED_DECL,
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.LINKAGE_SPEC,
cindex.CursorKind.FUNCTION_DECL, cindex.CursorKind.PARM_DECL
])

Expand Down

0 comments on commit 4d34bdb

Please sign in to comment.