[cdac-build-tool] Take baseline as a command line argument #101257
Labels
area-Diagnostics-coreclr
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
Follow-up work item for #100650. In the above PR we made
cdac-build-tool
take aCDAC_BASELINE("name")
preprocessor macro to encode the baseline into the data blob in the object file that we scrape.There's no need to do that, and it also introduces complications in future scenarios when there's multiple object files (produced by a C/C++ compiler and the NativeAOT compiler, for example): we now need all of them to agree about the baseline.
Instead we should take the baseline name as an optional command line argument and update CMakeLists.txt to pass in an appropriate (possibly platform-specific) one.
This is relatively low-priority because the initial workflow is using an empty baseline.
The text was updated successfully, but these errors were encountered: