Skip to content

Commit

Permalink
remove setGlobalVarSection from unimplmeneted features
Browse files Browse the repository at this point in the history
  • Loading branch information
YazZz1k committed Feb 1, 2024
1 parent 2ae3616 commit f3bc354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/CIR/CodeGen/UnimplementedFeatureGuarding.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct UnimplementedFeature {
// Unhandled global/linkage information.
static bool unnamedAddr() { return false; }
static bool setComdat() { return false; }
static bool setGlobalVarSection() { return false; }
static bool setDSOLocal() { return false; }
static bool threadLocal() { return false; }
static bool setDLLStorageClass() { return false; }
Expand Down

0 comments on commit f3bc354

Please sign in to comment.