Skip to content

Commit

Permalink
More module stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Oct 16, 2023
1 parent 1c60ceb commit 912bb17
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 392 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ package de.fraunhofer.aisec.cpg.frontends.golang
import de.fraunhofer.aisec.cpg.TranslationContext
import de.fraunhofer.aisec.cpg.frontends.Language
import de.fraunhofer.aisec.cpg.frontends.LanguageFrontend
import de.fraunhofer.aisec.cpg.frontends.SupportsParallelParsing
import de.fraunhofer.aisec.cpg.frontends.TranslationException
import de.fraunhofer.aisec.cpg.frontends.golang.GoStandardLibrary.Modfile
import de.fraunhofer.aisec.cpg.frontends.golang.GoStandardLibrary.Parser
Expand Down Expand Up @@ -57,7 +56,6 @@ import java.net.URI
* We make use of JNA to call a dynamic library which exports C function wrappers around the Go API.
* This is needed because we cannot directly export Go structs and pointers to C.
*/
@SupportsParallelParsing(false)
@RegisterExtraPass(GoExtraPass::class)
@ReplacePass(
lang = GoLanguage::class,
Expand Down
Loading

0 comments on commit 912bb17

Please sign in to comment.