[all-commits] [llvm/llvm-project] 4113e3: [XRay] Define uint64_t Address = Sled.Address; NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Apr 13 22:44:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4113e388c82f0530622149d61d92f630a80b0abb
https://github.com/llvm/llvm-project/commit/4113e388c82f0530622149d61d92f630a80b0abb
Author: Fangrui Song <maskray at google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M compiler-rt/lib/xray/xray_powerpc64.cpp
M compiler-rt/lib/xray/xray_x86_64.cpp
Log Message:
-----------
[XRay] Define uint64_t Address = Sled.Address; NFC
This makes it easy to change the address stored in a sled from an
absolute address to a PC-relative address.
More information about the All-commits
mailing list