]> granicus.if.org Git - clang/commit
Daniel re-educated me about what Alias does and does not do. Turn that off for
authorChandler Carruth <chandlerc@gmail.com>
Sat, 22 May 2010 02:21:53 +0000 (02:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 22 May 2010 02:21:53 +0000 (02:21 +0000)
commitc304ba341a7daa88da42faf8f86310b764dd7b6a
tree1f6b3567f2eda848a4d1780283fdd4e637a1a541
parentef072fd2f3347cfd857d6eb787b245b950771430
Daniel re-educated me about what Alias does and does not do. Turn that off for
'-fasm' and explicitly map from that flag to -fgnu-keywords in the driver. Turn
off the driver in the lexer test for this madness and add a test to the driver
that the translation actually works.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104428 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/clang_f_opts.c
test/Lexer/gnu_keywords.c