Skip to content
Commit a09f09c6 authored by Min Hsu's avatar Min Hsu
Browse files

[TableGen] Fix incorrect handling of nested `#ifndef` directives

TableGen's lexer was unable to handle nested #ifndef when the outer
`#ifdef` / `#ifndef` scope is subject to skip. This was caused by returning
the canonicalized token when it should have returned the original one.

Fix #65100.

Differential Revision: https://reviews.llvm.org/D159236
parent f9fe6032
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment