summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/print-assembler.s
Commit message (Collapse)AuthorAgeFilesLines
* Don't print end-of-directive tokens in -E outputReid Kleckner2017-10-161-0/+16
This comes up when pre-processing standalone .s files containing hash-prefixed comments. The pre-processor should skip the unknown directive and not emit an extra newline as we were doing. Fixes PR34950 llvm-svn: 315953
OpenPOWER on IntegriCloud