Issue 52832
Summary Permission for flang in 11.1.0 is only user-executable
Labels new issue
Assignees
Reporter zerothi
    When installing llvm 11.1.0 with flang support using this:
```shell
cmake .. -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;compiler-rt;libcxx;libclc;libcxxabi;lld;lldb;openmp;polly;parallel-libs;flang'
cmake --build .
cmake --build . --target install
```
then the flang executable has permission, 700, and not 755 as it should be?
I am currently testing this in 12 as well.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to