Add an ability to provide a custom environment variable for clang,
to be used in BOLT tests (D117446)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I'm a bit worried about an interference with other project tests (ie when bolt and clang are enabled and tests for both are invoked). But I agree it's unlikely to be an issue in practice.
Comment Actions
That's precisely what I cannot understand: why would you want the two projects to use a different clang? Sorry if the answer is obvious, I'm not familiar with bolt.
Comment Actions
Yes, indeed, setting the CLANG env variable is sufficient. Thank you again for asking the right question!