Skip to content

Support apple m1#10

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
changvvb:support-apple-m1
Mar 12, 2021
Merged

Support apple m1#10
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
changvvb:support-apple-m1

Conversation

@changvvb
Copy link
Copy Markdown

@changvvb changvvb commented Mar 12, 2021

clang on Apple m1 doesn't support .type, .size, .section

Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov left a comment

Choose a reason for hiding this comment

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

If it builds and works - ok.

PS. Most likely it is not related to the CPU architecture but to the assembler that is being used.
These files are for GNU assembler.

Also there is a chance that this change actually breaks everything, but the related code path is disabled in runtime for Apple.

@alexey-milovidov alexey-milovidov merged commit a8d43d3 into ClickHouse:master Mar 12, 2021
@changvvb
Copy link
Copy Markdown
Author

PS. Most likely it is not related to the CPU architecture but to the assembler that is being used.
These files are for GNU assembler.

@alexey-milovidov Thanks for your mention. I have updated the description.

@Algunenano Algunenano mentioned this pull request Dec 16, 2021
This was referenced Aug 16, 2023
This was referenced Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants