DavidSpickett wrote:

Another option is to use `-E`:
```
  -E extra-flags        Specify the extra flags to be passed to the toolchain 
when building the
                        inferior programs to be debugged.
```
Or the really hacky way is to make your "compiler" a shell script that is just 
`compiler <the real arguments> -extra -stuff`, but I'm sure you would prefer to 
have a way to pass those to dotest. Makes it so much easier to audit later.

https://github.com/llvm/llvm-project/pull/203211
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to