DavidSpickett wrote:

The actual error is the same as seen elsewhere:
```
$ /home/david.spickett/build-llvm-aarch64/bin/flang 
--target=aarch64-pc-windows-msvc -Werror 
../llvm-project/flang/test/Semantics/windows.f90
flang-21: warning: unable to find a Visual Studio installation; try running 
Clang from a developer command prompt [-Wmsvc-not-found]
error: invalid value 'reserved' in '-mframe-pointer=reserved'
```
It was obscured by this test running the compiler via a Python script.

https://github.com/llvm/llvm-project/pull/146582
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to