I noticed that the reproducers files I was getting from building CheriBSD
didn't work because the --sysroot option was not being rewritten. I've
updated the test to also verify that the rewritten path matches uses a
FileCheck capature instead of a {{.+}} regex
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12273 Build 12273: arc lint + arc unit
Event Timeline
ELF/DriverUtils.cpp | ||
---|---|---|
163–164 | Indeed, that's much better. I didn't realize that lld also accepts --sysroot without the equals |
Comment Actions
- merged with the other cases
- added both --sysroot=<path> and --sysroot <path> to the test
Can't you just add case OPT_sysroot here?