mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
f0812480d2
The OpenACC standard mentions directive format for fixed form source files. The following sentinels are accepted: ``` !$acc directive-name [clause-list] c$acc directive-name [clause-list] *$acc directive-name [clause-list] ``` Update the parser to accepts these. A new option is added to `bbc` so the change can be tested. |
||
---|---|---|
.. | ||
.clang-format | ||
bbc.cpp | ||
CMakeLists.txt |