Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cross OS DAC regression #31901

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Fix cross OS DAC regression #31901

merged 1 commit into from
Feb 7, 2020

Conversation

sdmaclea
Copy link
Contributor

@sdmaclea sdmaclea commented Feb 7, 2020

Fixes a regression in cross OS DAC compilation.

Also reduces set of binaries which need to compile during cross OS DAC compilation

@sdmaclea sdmaclea self-assigned this Feb 7, 2020
@sdmaclea sdmaclea changed the title Dac regression Fix cross OS DAC regression Feb 7, 2020
Fix DAC cross OS compilations regressions introduced by dotnet#31659
src/coreclr/src/ToolBox/SOS/DacTableGen/CMakeLists.txt Outdated Show resolved Hide resolved
src/coreclr/src/dlls/mscordac/CMakeLists.txt Show resolved Hide resolved

target_link_libraries(mscordaccore PRIVATE ${COREDAC_LIBRARIES})

# add the install targets
install_clr(TARGETS mscordaccore)
install_clr(TARGETS mscordaccore DESTINATION sharedFramework SKIP_STRIP)

if(CLR_CMAKE_TARGET_WIN32)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we gonna produce long name cross-OS dac too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find/notice that code....
There is probably a whole round of things to do for CI, official builds, testing. So far I have been focusing on making it compile.

Copy link
Contributor Author

@sdmaclea sdmaclea Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is the code. There is longer path name that is built. It ends in a Linux.<Target_Arch>.<BuildType> directory with a typical windows dac name.

@sdmaclea sdmaclea merged commit e2c6c72 into dotnet:master Feb 7, 2020
@sdmaclea sdmaclea deleted the DacRegression branch February 7, 2020 22:37
@sdmaclea sdmaclea added this to In progress in Cross OS DAC enablement via automation Mar 12, 2020
@sdmaclea sdmaclea moved this from In progress to Done in Cross OS DAC enablement Mar 12, 2020
@sdmaclea sdmaclea moved this from Done to Not needed in backport in Cross OS DAC enablement Mar 12, 2020
@ghost ghost added the will_lock_this label Dec 6, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Cross OS DAC enablement
  
Done (Not needed in 3.1 backport)
Development

Successfully merging this pull request may close these issues.

None yet

2 participants