Issue |
89651
|
Summary |
[libc] are compiler flags being cached?
|
Labels |
build-problem,
libc
|
Assignees |
|
Reporter |
nickdesaulniers
|
So in https://github.com/llvm/llvm-project/pull/87837, I'm trying to fix the failing setjmp/longjmp tests, but curiously none of the post submit bots have failed...
I wonder if the compiler flags are being cached in the cmake build? IIRC, there was something in cmake syntax where you could say `set(foo value CACHE OFF)` or something to stop that. Perhaps that (or whatever it is that I'm thinking of, or something else) is needed here?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs