[PATCH] D25360: [XRay] [NFC] [compiler-rt] Move machine-dependent code into machine-dependent files.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 18:31:02 PST 2016


dberris added a comment.

Local testing implies that there's a build break with this change.

  ../lib/clang/4.0.0/lib/linux/libclang_rt.xray-x86_64.a(xray_inmemory_log.cc.o): In function `__xray_OpenLogFile':
  .../llvm/projects/compiler-rt/lib/xray/xray_inmemory_log.cc:138: undefined reference to `__xray::cycleFrequency()'
  clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)


https://reviews.llvm.org/D25360





More information about the llvm-commits mailing list