mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
[flang] Update README.md, can build with clang 6.0 + g++ 8.1.0 headers.
Original-commit: flang-compiler/f18@f57451d8d4 Reviewed-on: https://github.com/flang-compiler/f18/pull/84 Tree-same-pre-rewrite: false
This commit is contained in:
parent
c8415cec4d
commit
29ab3bd5f2
@ -7,7 +7,8 @@ Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
||||
## Selection of the C/C++ compiler
|
||||
|
||||
F18 requires a C++17 compiler. The code has been tested with g++
|
||||
7.2.0, g++ 7.3.0, g++ 8.1.0, and clang 6.0 (using g++ 7.3.0 headers).
|
||||
7.2.0, g++ 7.3.0, g++ 8.1.0, and clang 6.0 (using g++ 7.3.0 or 8.1.0 headers,
|
||||
each with small patches).
|
||||
|
||||
For a proper installation, we assume that the PATH and LD_LIBRARY_PATH environment variables
|
||||
are properly set to use gcc, g++ and the associated libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user