This revision was automatically updated to reflect the committed changes.
Closed by commit rL366028: Support __seg_fs and __seg_gs on x86 (authored by
jfb, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D6
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64676/new/
https://reviews.llvm.org/D64676
___
jfb updated this revision to Diff 209645.
jfb added a comment.
- Fix test order
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64676/new/
https://reviews.llvm.org/D64676
Files:
clang/docs/LanguageExtensions.rst
clang/lib/Basic/Targets/X86.cpp
jfb created this revision.
Herald added subscribers: cfe-commits, dexonsmith, jkorous.
Herald added a project: clang.
GCC supports named address spaces macros:
https://gcc.gnu.org/onlinedocs/gcc/Named-Address-Spaces.html
clang does as well with address spaces:
https://clang.llvm.org/docs/L