Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • third_party
  • subzero
  • src
  • IceTargetLoweringX8664Traits.h
Find file
BlameHistoryPermalink
  • Antonio Maiorano's avatar
    CMake: apply the warning treatment to msvc builds · 5bce1f4d
    Antonio Maiorano authored May 10, 2019
    * Respect WARNINGS_AS_ERRORS option for msvc builds.
    
    * Disable a bunch of warnings for msvc builds. These were gathered from
      all the hand-crafted vcxproj files and merged into one set. Eventually
      we need to disable some of these and fix the actual warnings.
    
    * Treat specific warnings as errors for msvc builds. These were gathered
      from the hand-crafted vcxproj files.
    
    * Fix LLVM build showing warning 4141 despite being disabled in
      CMakeLists. Something wonky happens when using set with the first
      string argument. Going with list(APPEND,...) works, and is symmetrical
      with the non-msvc script.
    
    * Define _SCL_SECURE_NO_WARNINGS for all modules, not just LLVM.
    
    * Fix double to float conversion warning in SprivShader.cpp
    
    * Fix mismatched type compare in IceTargetLoweringX664Traits.h
    
    Bug: b/132445520
    Change-Id: I1143e9fdd386e26d4f0b0f9e34c4d6b3ac2f2311
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/31149
    Presubmit-Ready: Antonio Maiorano <amaiorano@google.com>
    Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
    Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
    Reviewed-by: 's avatarBen Clayton <bclayton@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    5bce1f4d
IceTargetLoweringX8664Traits.h 41.1 KB
EditWeb IDE
×

Replace IceTargetLoweringX8664Traits.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.