Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,871
    • Issues 3,871
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge requests
  • !5795

IntelLLVM: Remove unsupported -imsvc system include flag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William R. Dieter requested to merge williamr/cmake:flag-fix into master Feb 09, 2021
  • Overview 5
  • Commits 1
  • Pipelines 2
  • Changes 1

Clang-cl supports the -imsvc flag to tell the compiler an include directory is intended for system paths. icx does not accept this flag, even on MSVC platforms, so do not tell CMake that it exists.

Fixes: #21801 (closed)
Backport: release
Topic-rename: IntelLLVM-no-imsvc

Edited Feb 10, 2021 by Brad King
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: flag-fix