Skip to content

Commit

Permalink
Minor updates / fixes (keystone-engine#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupan authored and aquynh committed Mar 13, 2018
1 parent 6eefe77 commit e117369
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
3 changes: 2 additions & 1 deletion CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ practicalswift: Various cool bugs found by fuzzing.
Aziem Chawdhary: OCaml binding.
Ruben Boonen: PowerShell binding.
Marco Fornaro: C# binding.
David Zimmer: VB6 binding.
David Zimmer: VB6 binding.
Michael Mohr: Debian packaging.
6 changes: 0 additions & 6 deletions debian/README.Debian

This file was deleted.

10 changes: 0 additions & 10 deletions debian/README.source

This file was deleted.

2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ include(CPack)
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

if (CMAKE_BUILD_TYPE AND
NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL|NONE)$")
message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
endif()

Expand Down

0 comments on commit e117369

Please sign in to comment.