Issue 63870
Summary CMake variable meant to be used as a PATH is declared and described as a BOOL.
Labels new issue
Assignees
Reporter Gadal
    This line sets a default value `OFF` for `COMPILER_RT_SCUDO_STANDALONE_SYSROOT_PATH`:

https://github.com/llvm/llvm-project/blob/4083ecfd7f5e13f7906c9d2deafeb6e20ce95b16/compiler-rt/CMakeLists.txt#L60

It is used as a path:

https://github.com/llvm/llvm-project/blob/4083ecfd7f5e13f7906c9d2deafeb6e20ce95b16/compiler-rt/lib/scudo/standalone/CMakeLists.txt#L46-L47
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to