[all-commits] [llvm/llvm-project] d9c02f: [XRay] Remove unused argument of DataExtractor con...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Mon Apr 13 22:34:56 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9c02ffa4d519245903ba8d168b3bafeb1a396af
https://github.com/llvm/llvm-project/commit/d9c02ffa4d519245903ba8d168b3bafeb1a396af
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M compiler-rt/lib/xray/tests/unit/fdr_controller_test.cpp
M compiler-rt/lib/xray/tests/unit/fdr_log_writer_test.cpp
M llvm/lib/XRay/InstrumentationMap.cpp
M llvm/lib/XRay/Profile.cpp
M llvm/lib/XRay/Trace.cpp
M llvm/tools/llvm-xray/xray-fdr-dump.cpp
M llvm/unittests/XRay/FDRProducerConsumerTest.cpp
M llvm/unittests/XRay/FDRTraceWriterTest.cpp
Log Message:
-----------
[XRay] Remove unused argument of DataExtractor constructor (NFC) (#191864)
`AddressSize` parameter is not used by `DataExtractor` and will be
removed in the future. See #190519 for more context.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list