index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Driver
/
apple-kext-i386.cpp
Age
Commit message (
Expand
)
Author
2012-11-08
Remove code to fall back to llvm-gcc for i386 kexts.
Bob Wilson
2012-10-09
[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]
Chad Rosier
2012-06-26
[driver] Make -serialize-diagnostics (one dash) and alias for
Chad Rosier
2012-04-04
Simplify test a bit now that it's not actually running cc1plus.
Bob Wilson
2012-04-04
Don't actually execute gcc during testing.
Benjamin Kramer
2012-04-04
Add a testcase for svn r153854.
Bob Wilson
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2011-10-18
Switch to the C++11 warning flags in tests.
David Blaikie
2011-09-08
[driver] i386 kext preprocessor jobs also need their unsupported options
Chad Rosier
2011-08-26
[driver] Remove a few more options when clang invokes cc1plus for i386 kexts.
Chad Rosier
2011-08-18
[driver] Implement in a more table-like manner and add many more warning options
Chad Rosier
2011-08-17
[driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's
Chad Rosier
2011-08-13
Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.
Bob Wilson
2011-03-18
Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we
Daniel Dunbar