[PATCH] D31624: [AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 13:18:30 PDT 2017


mcgrathr created this revision.
Herald added subscribers: rengolin, aemerson.
Herald added a reviewer: javed.absar.

This mode is just like -mcmodel=small except that it moves the
thread pointer from TPIDR_EL0 to TPIDR_EL1.


Repository:
  rL LLVM

https://reviews.llvm.org/D31624

Files:
  lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64Subtarget.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  test/CodeGen/AArch64/arm64-builtins-linux.ll
  test/CodeGen/AArch64/stack-protector-target.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31624.93933.patch
Type: text/x-patch
Size: 6874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170403/cee0b458/attachment.bin>


More information about the llvm-commits mailing list