Current code assumes flags in CompilerLinkerOptionMap don't use =.
Details
Details
- Reviewers
krememek Charusso NoQ - Commits
- rG473d0d7f569c: [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.
rC371002: [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.
rL371002: [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I encountered this issue when trying to integrate scan-build with CMake in a cross-compiling environment.
Comment Actions
Thanks!!
I wish i had time to fix D55683 so that i could have you write tests for it :)