aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/clang_flags_test.go
AgeCommit message (Expand)Author
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2022-01-05compiler_wrapper: Use ld.bfd to detect binutils pathManoj Gupta
2021-08-25compiler_wrapper: support -W[no-]unused-set-variableJian Cai
2021-07-24compiler_wrapper: Update for gcc -> llvm ebuild migrationManoj Gupta
2021-02-26compiler_wrapper: pass --prefix argument to clangManoj Gupta
2021-02-01compiler_wrapper: Remove "-m32/movbe" from i686 handlingManoj Gupta
2020-12-29compiler_wrapper: remove "-pass-exit-codes" in wrapperManoj Gupta
2020-08-13compiler_wrapper: remove some flags from unsupport clang flagsJian Cai
2020-01-24compiler_wrapper: strip newline char from resource dir.Manoj Gupta
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-08-26Only resolve cmd path against $PATH if path does not contain a folder.Tobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-08-16Resolve wrapper path against path envTobias Bosch
2019-08-15Only evaluate one level of links for the linkerTobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-06-28Introduce infrastructure for calling and testing nestedTobias Bosch
2019-06-20Initial version of a go version of the compiler wrapper.Tobias Bosch