From 622835aa5ead2f26bcfe61e5f0c46b6b6de15a79 Mon Sep 17 00:00:00 2001 From: Ruobing Han Date: Fri, 30 Sep 2022 10:44:31 -0400 Subject: [PATCH] update CMakeLists --- compilation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilation/CMakeLists.txt b/compilation/CMakeLists.txt index e7fec26..e0f8bbc 100644 --- a/compilation/CMakeLists.txt +++ b/compilation/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) project( NVVM2X86 - DESCRIPTION "Translate NVVM IR to LLVM IR for X86" + DESCRIPTION "Translate NVVM IR to LLVM IR for X86 backend" LANGUAGES CXX) set(CMAKE_VERBOSE_MAKEFILE ON)