Skip to content
Snippets Groups Projects
Commit b3ce54c6 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

__declspec is not a core Clang language extension. Instead, require...

__declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension.

Note: __declspec is also temporarily enabled when compiling for a CUDA target because there are implementation details relying on __declspec(property) support currently. When those details change, __declspec should be disabled for CUDA targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238238 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5df4695c
No related branches found
No related tags found
Loading
Showing
with 60 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment