Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Robert Maynard
CMake
Commits
77a8f9ec
Commit
77a8f9ec
authored
Nov 11, 2019
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Fix ExportImport PCH expectation on Cray Classic compiler
Do not expect PCH-included definitions for this compiler.
parent
c1d5d5eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tests/ExportImport/Import/Interface/pch_iface_test.cpp
Tests/ExportImport/Import/Interface/pch_iface_test.cpp
+1
-1
No files found.
Tests/ExportImport/Import/Interface/pch_iface_test.cpp
View file @
77a8f9ec
...
...
@@ -3,7 +3,7 @@
# ifndef PCH_PCH_H_INCLUDED
# error "Expected PCH_PCH_H_INCLUDED."
# endif
#elif defined(__PGIC__) || defined(__ibmxl__)
#elif defined(__PGIC__) || defined(__ibmxl__)
|| defined(_CRAYC)
// No PCH expected but these compilers define macros below.
#elif defined(__GNUC__) || defined(__clang__) || defined(_INTEL_COMPILER) || \
defined(_MSC_VER)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment