s/experimental\//examples\/g

This commit is contained in:
Andrea Fioraldi
2020-02-03 14:13:09 +01:00
parent 2fe7889912
commit 13ac2cb125
15 changed files with 736 additions and 47 deletions

View File

@ -27,7 +27,7 @@
utility has right now is to be able to skip them gracefully and allow the
compilation process to continue.
That said, see experimental/clang_asm_normalize/ for a solution that may
That said, see examples/clang_asm_normalize/ for a solution that may
allow clang users to make things work even with hand-crafted assembly. Just
note that there is no equivalent for GCC.