Skip to content
GitLab
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 4,106
    • Issues 4,106
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and 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
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !5466

Intel/DPC++: Adding Exception Handling /EHsc to dpcpp.exe on Windows

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Harini Chilamantula requested to merge Harini/cmake:Exception_handling_windows into master Nov 04, 2020
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 2

After DPC++ compiler identification was merged (!5255 (merged)), CMake no longer adds /EHsc to compiler options which results in compiler fails for DPC++ code on Windows.

Edited Nov 05, 2020 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Exception_handling_windows