[PATCH] D76958: [test-suite] Add support for Hexagon
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 01:03:54 PDT 2020
lebedev.ri added inline comments.
================
Comment at: MicroBenchmarks/libs/benchmark-1.3.0/src/cycleclock.h:85
return (high << 32) | low;
+#elif defined(__hexagon__)
+ uint64_t retv;
----------------
Can you please submit this as a pull request upstream?
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76958/new/
https://reviews.llvm.org/D76958
More information about the llvm-commits
mailing list