Skip to content
Commit 2d17ab78 authored by Chris Lattner's avatar Chris Lattner
Browse files

when preprocessing a .S file, unknown directives should just be passed through,

and the token after the # should be expanded if it is not a valid directive.
This allows us to transform things like:

#define FOO BAR
# FOO

into # BAR, even though FOO is not normally expanded for directives.

This should fix PR3833

llvm-svn: 67236
parent 2534324a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment