llvm-6502/tools/llvmc/plugins/Base
Mikhail Glushenkov b5c4239606 Make it not an error to specify -O* options several times.
As in 'llvmc -O2 -O2 test.c'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97787 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-05 04:46:39 +00:00
..
Base.td.in Make it not an error to specify -O* options several times. 2010-03-05 04:46:39 +00:00
Hooks.cpp Pass '-msse' and friends to llc as '-mattr=+/-'. 2009-12-07 17:03:21 +00:00
Makefile Move the rules for building plugins to Makefile.rules. 2009-03-02 09:04:13 +00:00
PluginMain.cpp